From 92ea76c372ef186cce7b0f7d7c3fb66adb893edd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mariano=20Su=C3=A1rez-Alvarez?= Date: Fri, 2 Feb 2007 03:50:46 +0000 Subject: [PATCH] be a little more helpful with the docs on GtkCellRendererText:alignment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2007-02-02 Mariano Suárez-Alvarez * gtk/gtkcellrenderertext.c(gtk_cell_renderer_text_class_init): be a little more helpful with the docs on GtkCellRendererText:alignment. Bug #403409. svn path=/trunk/; revision=17250 --- ChangeLog | 6 ++++++ gtk/gtkcellrenderertext.c | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a413a668eb..fdf3b3fb0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-02-02 Mariano Suárez-Alvarez + + * gtk/gtkcellrenderertext.c(gtk_cell_renderer_text_class_init): + be a little more helpful with the docs on GtkCellRendererText:alignment. + Bug #403409. + 2007-02-01 Michael Natterer * gtk/gtkmenu.c (gtk_menu_paint): pass &event->area to diff --git a/gtk/gtkcellrenderertext.c b/gtk/gtkcellrenderertext.c index e703903119..82f1ad18c4 100644 --- a/gtk/gtkcellrenderertext.c +++ b/gtk/gtkcellrenderertext.c @@ -475,7 +475,11 @@ gtk_cell_renderer_text_class_init (GtkCellRendererTextClass *class) /** * GtkCellRendererText:alignment: * - * Specifies how to align the lines of text. + * Specifies how to align the lines of text with respect to each other. + * + * Note that this property describes how to align the lines of text in + * case there are several of them. The "xalign" property of #GtkCellRenderer, + * on the other hand, sets the horizontal alignment of the whole text. * * Since: 2.10 */ -- 2.30.2